home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #1 / Ham Radio 2000.iso / ham2000 / hf / dsp / dsptor / readme.1st < prev   
Encoding:
Text File  |  1993-10-21  |  2.8 KB  |  79 lines

  1. Using the TI 320C26 DSK-based Modem with PCTOR
  2. ----------------------------------------------
  3.  
  4. This is an experimental program that uses an unmodified
  5. TI 320C26 DSK (Digital signal processing Starter's Kit) to
  6. implement an all digital signal processing HF modem. The
  7. modem is a non-coherent fsk filter type.
  8.  
  9. Using this hardware arrangement, no other external modem or TNC 
  10. is required to decode AMTOR ARQ and FEC traffic. All that is
  11. required is to apply an audio signal from the transceiver
  12. to the DSK's A/D input. With the DSP firmware loaded and running,
  13. the modem functions is performed in real time on the
  14. DSK, while PCTOR performs AMTOR decoding. Presently there is
  15. no provision for transmission or PacTOR decoding. 
  16. A future version of PCTOR will include a control panel for the
  17. DSP modem and integrate both modem operations and AMTOR/PACTOR
  18. decoding. This option will be released at a later date.  
  19.  
  20.  
  21.  
  22. In order to experiment with this software, it is assumed that 
  23. you are familiar with the TI 320C26 DSK's functionality, as well
  24. as with PCTOR.
  25.  
  26. 1. Copy the files MODEM.EXE, MODEM.DSK, and DSK_DRV2.DSK
  27.    to your PCTOR subdirectory.
  28.  
  29. 2. Prepare the DSK, powered up and connected to the serial port as
  30.    for DSK development.    A small modification on the DSK serial
  31.    connector at the PC end of the DSK serial cable is necessary:
  32.         jumper RD and DCD (pins 3 and 8 on a DB25). This is 
  33.         necessary for compatibility with PCTOR.
  34.  
  35. 3. Start PCTOR.
  36.  
  37. 4. Select the "M" option in PCTOR's main menu to modify the 
  38.    output mask to 1. PCTOR and the DSK will now use the same
  39.    logic level on the DTR line. Remember that DTR is used for
  40.    resetting the DSK. The DSK will use RD/DCD to communicate
  41.    to PCTOR. Exit the main menu.  
  42.  
  43. 5. Shell out to Dos form withing PCTOR (using the F8 key).
  44.  
  45. 6. Load the modem firmware into the DSK by executing "MODEM".
  46.  
  47. 7. Terminate the Dos shell by typing "exit" - control returns to
  48.    PCTOR with the DSK loaded and running the modem code.
  49.  
  50. 8. Tune to an AMTOR ARQ/FEC signal (assume you know how to do this).
  51.    You will find that the modem filters are not too fussy and will 
  52.    tolerate some frequency errors. The A/D will handle a wide range
  53.    range of signal levels - from barely audible signals to very
  54.    load ones. 
  55.  
  56.  
  57. Good luck and enjoy, 
  58.  
  59.        73
  60.  
  61. Johan Forrer (KC7WW)
  62. 26553 Priceview Dr,
  63. Monroe, OR 97456
  64. United States of America
  65.  
  66. October 21, 1993
  67. --------------------------------------------------------------------------- 
  68.  
  69. Note: 
  70.  
  71. The 320C26 DSK is trademark by Texas Instruments Co. This
  72. software was developed using the TI DSK development package.
  73. The bootloader "DSK_DRV2" is as supplied on the TI BBS. 
  74.  
  75. This experimental software is for amateur usage and is provided
  76. "as is". The author, is not liable for any damage, due to the
  77. usage of this software.
  78.  
  79.